/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2008 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Author: AvaLoN
| Web Page: http://www.fusiontr.com
| Languge Coding: ozan
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/

This modul is coded by Fusiontr.com Site admins.

About module.
There has many important days for the turks (example: Death of Mustafa Kemal Atatrk - 10th November) and we think to make a module for turks and ofc for yours :). 

Well what is this module?

Imagine you have an important day (e.g. independent day , birthdays, Christmas etc....)
With this module you can put special pictures on banners (same google)


Installation :

put files in

infusions/logos_change
images/logolar

and make logolar folder cmod 777

Go to Sistem Admin/modules/ find logos_change and infuse it.



Open your theme's theme.php

and find this code.

".showbanners()."



and replace it with this code:


"; require_once INFUSIONS."logos_change/logos_change.php"; echo "


Examples:
1-


echo "<table cellpadding='0' cellspacing='0' width='80%' align='center'>\n<tr>\n";
echo "<td class='full-header'>\n";
require_once INFUSIONS."logos_change/logos_change.php";
echo "</td>\n";
echo "</tr>\n</table>\n";



2-this example is for gilette theme

orginal codes:

echo "<table cellpadding='0' cellspacing='0' width='80%' align='center'>\n<tr>\n";
	echo "<td class='full-header'>\n".showbanners()."</td>\n";
	echo "</tr>\n</table>\n";


modifided codes:

echo "<table cellpadding='0' cellspacing='0' width='80%' align='center'>\n<tr>\n";
	echo "<td class='full-header'>\n";require_once INFUSIONS."logos_change/logos_change.php";
  	echo"</td>\n";
	echo "</tr>\n</table>\n"



If you have problems with codes, please contact us: http://www.fusiontr.com/forum/index.php



FusionTR.Com Team